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.
90 lines
1.9 KiB
90 lines
1.9 KiB
{
|
|
"_args": [
|
|
[
|
|
"once@~1.3.2",
|
|
"/Users/rebecca/code/npm"
|
|
]
|
|
],
|
|
"_from": "once@>=1.3.2 <1.4.0",
|
|
"_id": "once@1.3.2",
|
|
"_inCache": true,
|
|
"_location": "/once",
|
|
"_nodeVersion": "2.0.0",
|
|
"_npmUser": {
|
|
"email": "isaacs@npmjs.com",
|
|
"name": "isaacs"
|
|
},
|
|
"_npmVersion": "2.9.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "once",
|
|
"raw": "once@~1.3.2",
|
|
"rawSpec": "~1.3.2",
|
|
"scope": null,
|
|
"spec": ">=1.3.2 <1.4.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/",
|
|
"/glob",
|
|
"/inflight",
|
|
"/node-gyp/glob",
|
|
"/npm-registry-client",
|
|
"/read-package-tree",
|
|
"/readdir-scoped-modules",
|
|
"/rimraf/glob"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/once/-/once-1.3.2.tgz",
|
|
"_shasum": "d8feeca93b039ec1dcdee7741c92bdac5e28081b",
|
|
"_shrinkwrap": null,
|
|
"_spec": "once@~1.3.2",
|
|
"_where": "/Users/rebecca/code/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": "~0.3.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dist": {
|
|
"shasum": "d8feeca93b039ec1dcdee7741c92bdac5e28081b",
|
|
"tarball": "http://registry.npmjs.org/once/-/once-1.3.2.tgz"
|
|
},
|
|
"gitHead": "e35eed5a7867574e2bf2260a1ba23970958b22f2",
|
|
"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": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/once.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "1.3.2"
|
|
}
|
|
|