mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97 lines
2.1 KiB
97 lines
2.1 KiB
{
|
|
"_args": [
|
|
[
|
|
"once@~1.3.3",
|
|
"/Users/ogd/Documents/projects/npm/npm"
|
|
]
|
|
],
|
|
"_from": "once@>=1.3.3 <1.4.0",
|
|
"_id": "once@1.3.3",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/once",
|
|
"_nodeVersion": "4.0.0",
|
|
"_npmUser": {
|
|
"email": "i@izs.me",
|
|
"name": "isaacs"
|
|
},
|
|
"_npmVersion": "3.3.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "once",
|
|
"raw": "once@~1.3.3",
|
|
"rawSpec": "~1.3.3",
|
|
"scope": null,
|
|
"spec": ">=1.3.3 <1.4.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/",
|
|
"/glob",
|
|
"/inflight",
|
|
"/node-gyp/glob",
|
|
"/npm-registry-client",
|
|
"/read-package-tree",
|
|
"/readdir-scoped-modules",
|
|
"/standard/standard-engine/eslint/file-entry-cache/flat-cache/del/globby/glob",
|
|
"/standard/standard-engine/eslint/inquirer/run-async",
|
|
"/tap/nyc/istanbul"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
|
|
"_shasum": "b2e261557ce4c314ec8304f3fa82663e4297ca20",
|
|
"_shrinkwrap": null,
|
|
"_spec": "once@~1.3.3",
|
|
"_where": "/Users/ogd/Documents/projects/npm/npm",
|
|
"author": {
|
|
"email": "i@izs.me",
|
|
"name": "Isaac Z. Schlueter",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/once/issues"
|
|
},
|
|
"dependencies": {
|
|
"wrappy": "1"
|
|
},
|
|
"description": "Run a function exactly one time",
|
|
"devDependencies": {
|
|
"tap": "^1.2.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "b2e261557ce4c314ec8304f3fa82663e4297ca20",
|
|
"tarball": "http://registry.npmjs.org/once/-/once-1.3.3.tgz"
|
|
},
|
|
"files": [
|
|
"once.js"
|
|
],
|
|
"gitHead": "2ad558657e17fafd24803217ba854762842e4178",
|
|
"homepage": "https://github.com/isaacs/once#readme",
|
|
"keywords": [
|
|
"function",
|
|
"once",
|
|
"one",
|
|
"single"
|
|
],
|
|
"license": "ISC",
|
|
"main": "once.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"name": "once",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/once.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "1.3.3"
|
|
}
|
|
|