UNPKG

react-scripts

Version:
100 lines (99 loc) 2.77 kB
{ "_args": [ [ "serve-static@~1.11.1", "/Users/dan/p/create-react-app/node_modules/express" ] ], "_from": "serve-static@>=1.11.1 <1.12.0", "_id": "serve-static@1.11.1", "_inCache": true, "_installable": true, "_location": "/serve-static", "_nodeVersion": "4.4.3", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/serve-static-1.11.1.tgz_1465608601758_0.0030737747438251972" }, "_npmUser": { "email": "doug@somethingdoug.com", "name": "dougwilson" }, "_npmVersion": "2.15.1", "_phantomChildren": {}, "_requested": { "name": "serve-static", "raw": "serve-static@~1.11.1", "rawSpec": "~1.11.1", "scope": null, "spec": ">=1.11.1 <1.12.0", "type": "range" }, "_requiredBy": [ "/express" ], "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.11.1.tgz", "_shasum": "d6cce7693505f733c759de57befc1af76c0f0805", "_shrinkwrap": null, "_spec": "serve-static@~1.11.1", "_where": "/Users/dan/p/create-react-app/node_modules/express", "author": { "email": "doug@somethingdoug.com", "name": "Douglas Christopher Wilson" }, "bugs": { "url": "https://github.com/expressjs/serve-static/issues" }, "dependencies": { "encodeurl": "~1.0.1", "escape-html": "~1.0.3", "parseurl": "~1.3.1", "send": "0.14.1" }, "description": "Serve static files", "devDependencies": { "eslint": "2.11.1", "eslint-config-standard": "5.3.1", "eslint-plugin-promise": "1.3.2", "eslint-plugin-standard": "1.3.2", "istanbul": "0.4.3", "mocha": "2.5.3", "supertest": "1.1.0" }, "directories": {}, "dist": { "shasum": "d6cce7693505f733c759de57befc1af76c0f0805", "tarball": "https://registry.npmjs.org/serve-static/-/serve-static-1.11.1.tgz" }, "engines": { "node": ">= 0.8.0" }, "files": [ "HISTORY.md", "LICENSE", "index.js" ], "gitHead": "b3a24df138ea2f2c43afcbee0dcce5badf4c78ae", "homepage": "https://github.com/expressjs/serve-static#readme", "license": "MIT", "maintainers": [ { "name": "dougwilson", "email": "doug@somethingdoug.com" } ], "name": "serve-static", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/expressjs/serve-static.git" }, "scripts": { "lint": "eslint **/*.js", "test": "mocha --reporter spec --bail --check-leaks test/", "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/" }, "version": "1.11.1" }