react-scripts
Version:
Configuration and scripts for Create React App.
116 lines (115 loc) • 2.63 kB
JSON
{
"_args": [
[
"he@1.0.x",
"/Users/dan/p/create-react-app/node_modules/html-minifier"
]
],
"_from": "he@>=1.0.0 <1.1.0",
"_id": "he@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/he",
"_nodeVersion": "5.9.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/he-1.0.0.tgz_1459885864215_0.46923283371143043"
},
"_npmUser": {
"email": "mathias@qiwi.be",
"name": "mathias"
},
"_npmVersion": "3.7.3",
"_phantomChildren": {},
"_requested": {
"name": "he",
"raw": "he@1.0.x",
"rawSpec": "1.0.x",
"scope": null,
"spec": ">=1.0.0 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/html-minifier"
],
"_resolved": "https://registry.npmjs.org/he/-/he-1.0.0.tgz",
"_shasum": "6da5b265d7f2c3b5e480749168e0e159d05728da",
"_shrinkwrap": null,
"_spec": "he@1.0.x",
"_where": "/Users/dan/p/create-react-app/node_modules/html-minifier",
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
},
"bin": {
"he": "bin/he"
},
"bugs": {
"url": "https://github.com/mathiasbynens/he/issues"
},
"dependencies": {},
"description": "A robust HTML entities encoder/decoder with full Unicode support.",
"devDependencies": {
"codecov.io": "^0.1.6",
"grunt": "^0.4.5",
"grunt-shell": "^1.1.1",
"grunt-template": "^0.2.3",
"istanbul": "^0.4.2",
"jsesc": "^1.0.0",
"lodash": "^4.8.2",
"qunit-extras": "^1.4.5",
"qunitjs": "~1.11.0",
"regenerate": "^1.2.1",
"requirejs": "^2.1.22",
"sort-object": "^3.0.2"
},
"directories": {
"bin": "bin",
"man": "man",
"test": "tests"
},
"dist": {
"shasum": "6da5b265d7f2c3b5e480749168e0e159d05728da",
"tarball": "https://registry.npmjs.org/he/-/he-1.0.0.tgz"
},
"files": [
"LICENSE-MIT.txt",
"bin/",
"he.js",
"man/"
],
"gitHead": "7630453730c820f31b8ee494582aa1004c7e9680",
"homepage": "https://mths.be/he",
"keywords": [
"decode",
"encode",
"entities",
"entity",
"html",
"string",
"unicode"
],
"license": "MIT",
"main": "he.js",
"maintainers": [
{
"name": "mathias",
"email": "mathias@qiwi.be"
}
],
"man": [
"/Users/mathias/projects/he/man/he.1"
],
"name": "he",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/mathiasbynens/he.git"
},
"scripts": {
"build": "grunt build",
"test": "node tests/tests.js"
},
"version": "1.0.0"
}