UNPKG

react-scripts

Version:
118 lines (117 loc) 3 kB
{ "_args": [ [ "escodegen@1.8.x", "/Users/dan/p/create-react-app/node_modules/istanbul" ] ], "_from": "escodegen@>=1.8.0 <1.9.0", "_id": "escodegen@1.8.1", "_inCache": true, "_installable": true, "_location": "/escodegen", "_nodeVersion": "6.3.0", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/escodegen-1.8.1.tgz_1470506723009_0.12818681285716593" }, "_npmUser": { "email": "npm@michael.ficarra.me", "name": "michaelficarra" }, "_npmVersion": "3.10.3", "_phantomChildren": { "amdefine": "1.0.0" }, "_requested": { "name": "escodegen", "raw": "escodegen@1.8.x", "rawSpec": "1.8.x", "scope": null, "spec": ">=1.8.0 <1.9.0", "type": "range" }, "_requiredBy": [ "/istanbul", "/jsdom" ], "_resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.8.1.tgz", "_shasum": "5a5b53af4693110bebb0867aa3430dd3b70a1018", "_shrinkwrap": null, "_spec": "escodegen@1.8.x", "_where": "/Users/dan/p/create-react-app/node_modules/istanbul", "bin": { "escodegen": "./bin/escodegen.js", "esgenerate": "./bin/esgenerate.js" }, "bugs": { "url": "https://github.com/estools/escodegen/issues" }, "dependencies": { "esprima": "^2.7.1", "estraverse": "^1.9.1", "esutils": "^2.0.2", "optionator": "^0.8.1", "source-map": "~0.2.0" }, "description": "ECMAScript code generator", "devDependencies": { "acorn": "^2.7.0", "bluebird": "^2.3.11", "bower-registry-client": "^0.2.1", "chai": "^1.10.0", "commonjs-everywhere": "^0.9.7", "gulp": "^3.8.10", "gulp-eslint": "^0.2.0", "gulp-mocha": "^2.0.0", "semver": "^5.1.0" }, "directories": {}, "dist": { "shasum": "5a5b53af4693110bebb0867aa3430dd3b70a1018", "tarball": "https://registry.npmjs.org/escodegen/-/escodegen-1.8.1.tgz" }, "engines": { "node": ">=0.12.0" }, "files": [ "LICENSE.BSD", "LICENSE.source-map", "README.md", "bin", "escodegen.js", "package.json" ], "gitHead": "ba4faabb224b2d5e0080c8e4f964702b699c7d1f", "homepage": "http://github.com/estools/escodegen", "license": "BSD-2-Clause", "main": "escodegen.js", "maintainers": [ { "name": "constellation", "email": "utatane.tea@gmail.com" }, { "name": "michaelficarra", "email": "npm@michael.ficarra.me" } ], "name": "escodegen", "optionalDependencies": { "source-map": "~0.2.0" }, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+ssh://git@github.com/estools/escodegen.git" }, "scripts": { "build": "cjsify -a path: tools/entry-point.js > escodegen.browser.js", "build-min": "cjsify -ma path: tools/entry-point.js > escodegen.browser.min.js", "lint": "gulp lint", "release": "node tools/release.js", "test": "gulp travis", "unit-test": "gulp test" }, "version": "1.8.1" }