78 lines
1.9 KiB
JSON
78 lines
1.9 KiB
JSON
{
|
|
"_from": "esutils@^1.1.6",
|
|
"_id": "esutils@1.1.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-wBzKqa5LiXxtDD4hCuUvPHqEQ3U=",
|
|
"_location": "/esutils",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "esutils@^1.1.6",
|
|
"name": "esutils",
|
|
"escapedName": "esutils",
|
|
"rawSpec": "^1.1.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/doctrine"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz",
|
|
"_shasum": "c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375",
|
|
"_spec": "esutils@^1.1.6",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/doctrine",
|
|
"bugs": {
|
|
"url": "https://github.com/Constellation/esutils/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "utility box for ECMAScript language tools",
|
|
"devDependencies": {
|
|
"chai": "~1.7.2",
|
|
"coffee-script": "~1.6.3",
|
|
"jshint": "2.1.5",
|
|
"mocha": "~1.12.0",
|
|
"regenerate": "~0.5.4",
|
|
"unicode-6.3.0": "~0.1.1"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"LICENSE.BSD",
|
|
"README.md",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/Constellation/esutils",
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"
|
|
}
|
|
],
|
|
"main": "lib/utils.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "Yusuke Suzuki",
|
|
"email": "utatane.tea@gmail.com",
|
|
"url": "http://github.com/Constellation"
|
|
}
|
|
],
|
|
"name": "esutils",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/Constellation/esutils.git"
|
|
},
|
|
"scripts": {
|
|
"generate-regex": "node tools/generate-identifier-regex.js",
|
|
"lint": "jshint lib/*.js",
|
|
"test": "npm run-script lint && npm run-script unit-test",
|
|
"unit-test": "mocha --compilers coffee:coffee-script -R spec"
|
|
},
|
|
"version": "1.1.6"
|
|
}
|