mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-30 04:22:42 +00:00
euh
This commit is contained in:
96
node_modules/ipaddr.js/package.json
generated
vendored
Normal file
96
node_modules/ipaddr.js/package.json
generated
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"ipaddr.js@1.8.0",
|
||||
"/home/beppe/Github/yahooApi/node_modules/proxy-addr"
|
||||
]
|
||||
],
|
||||
"_from": "ipaddr.js@1.8.0",
|
||||
"_id": "ipaddr.js@1.8.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/ipaddr.js",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "s3://npm-registry-packages",
|
||||
"tmp": "tmp/ipaddr.js_1.8.0_1531193295710_0.6229373074337963"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "whitequark@whitequark.org",
|
||||
"name": "whitequark"
|
||||
},
|
||||
"_npmVersion": "1.4.21",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "ipaddr.js",
|
||||
"raw": "ipaddr.js@1.8.0",
|
||||
"rawSpec": "1.8.0",
|
||||
"scope": null,
|
||||
"spec": "1.8.0",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/proxy-addr"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.8.0.tgz",
|
||||
"_shasum": "eaa33d6ddd7ace8f7f6fe0c9ca0440e706738b1e",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "ipaddr.js@1.8.0",
|
||||
"_where": "/home/beppe/Github/yahooApi/node_modules/proxy-addr",
|
||||
"author": {
|
||||
"email": "whitequark@whitequark.org",
|
||||
"name": "whitequark"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/whitequark/ipaddr.js/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
|
||||
"devDependencies": {
|
||||
"coffee-script": "~1.12.6",
|
||||
"nodeunit": ">=0.8.2 <0.8.7",
|
||||
"uglify-js": "~3.0.19"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"dist": {
|
||||
"fileCount": 5,
|
||||
"shasum": "eaa33d6ddd7ace8f7f6fe0c9ca0440e706738b1e",
|
||||
"tarball": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.8.0.tgz",
|
||||
"unpackedSize": 39303
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"files": [
|
||||
"ipaddr.min.js",
|
||||
"lib/"
|
||||
],
|
||||
"gitHead": "d7f0a9bfea2888ea8b309b97d0eed1709e8c6ead",
|
||||
"homepage": "https://github.com/whitequark/ipaddr.js#readme",
|
||||
"keywords": [
|
||||
"ip",
|
||||
"ipv4",
|
||||
"ipv6"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/ipaddr.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "whitequark",
|
||||
"email": "whitequark@whitequark.org"
|
||||
}
|
||||
],
|
||||
"name": "ipaddr.js",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/whitequark/ipaddr.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "cake build test"
|
||||
},
|
||||
"types": "./lib/ipaddr.js.d.ts",
|
||||
"version": "1.8.0"
|
||||
}
|
Reference in New Issue
Block a user