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.
99 lines
2.2 KiB
99 lines
2.2 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "callsites@^0.2.0",
|
|
"scope": null,
|
|
"escapedName": "callsites",
|
|
"name": "callsites",
|
|
"rawSpec": "^0.2.0",
|
|
"spec": ">=0.2.0 <0.3.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/trott/io.js/tools/node_modules/caller-path"
|
|
]
|
|
],
|
|
"_from": "callsites@>=0.2.0 <0.3.0",
|
|
"_id": "callsites@0.2.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/callsites",
|
|
"_npmUser": {
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
},
|
|
"_npmVersion": "1.4.6",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "callsites@^0.2.0",
|
|
"scope": null,
|
|
"escapedName": "callsites",
|
|
"name": "callsites",
|
|
"rawSpec": "^0.2.0",
|
|
"spec": ">=0.2.0 <0.3.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/caller-path"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz",
|
|
"_shasum": "afab96262910a7f33c19a5775825c69f34e350ca",
|
|
"_shrinkwrap": null,
|
|
"_spec": "callsites@^0.2.0",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/caller-path",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "http://sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/callsites/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Get callsites from the V8 stack trace API",
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "afab96262910a7f33c19a5775825c69f34e350ca",
|
|
"tarball": "https://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/callsites",
|
|
"keywords": [
|
|
"callsites",
|
|
"callsite",
|
|
"v8",
|
|
"stacktrace",
|
|
"stack",
|
|
"trace",
|
|
"function",
|
|
"file",
|
|
"line",
|
|
"debug"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
}
|
|
],
|
|
"name": "callsites",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/sindresorhus/callsites.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "0.2.0"
|
|
}
|
|
|