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.
107 lines
2.4 KiB
107 lines
2.4 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "onetime@^2.0.0",
|
|
"scope": null,
|
|
"escapedName": "onetime",
|
|
"name": "onetime",
|
|
"rawSpec": "^2.0.0",
|
|
"spec": ">=2.0.0 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/trott/io.js/tools/node_modules/restore-cursor"
|
|
]
|
|
],
|
|
"_from": "onetime@>=2.0.0 <3.0.0",
|
|
"_id": "onetime@2.0.1",
|
|
"_inCache": true,
|
|
"_location": "/onetime",
|
|
"_nodeVersion": "4.7.3",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/onetime-2.0.1.tgz_1489980257371_0.244376125279814"
|
|
},
|
|
"_npmUser": {
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
},
|
|
"_npmVersion": "2.15.11",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "onetime@^2.0.0",
|
|
"scope": null,
|
|
"escapedName": "onetime",
|
|
"name": "onetime",
|
|
"rawSpec": "^2.0.0",
|
|
"spec": ">=2.0.0 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/restore-cursor"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz",
|
|
"_shasum": "067428230fd67443b2794b22bba528b6867962d4",
|
|
"_shrinkwrap": null,
|
|
"_spec": "onetime@^2.0.0",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/restore-cursor",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/onetime/issues"
|
|
},
|
|
"dependencies": {
|
|
"mimic-fn": "^1.0.0"
|
|
},
|
|
"description": "Ensure a function is only called once",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "067428230fd67443b2794b22bba528b6867962d4",
|
|
"tarball": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "32bca382f5934c8fe7fd78bcef9ad16b3474948f",
|
|
"homepage": "https://github.com/sindresorhus/onetime#readme",
|
|
"keywords": [
|
|
"once",
|
|
"function",
|
|
"one",
|
|
"onetime",
|
|
"func",
|
|
"fn",
|
|
"single",
|
|
"call",
|
|
"called",
|
|
"prevent"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
}
|
|
],
|
|
"name": "onetime",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/onetime.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|
|
|