react-scripts
Version:
Configuration and scripts for Create React App.
130 lines (129 loc) • 3.45 kB
JSON
{
"_args": [
[
{
"raw": "vendors@^1.0.0",
"scope": null,
"escapedName": "vendors",
"name": "vendors",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/gaearon/p/create-react-app/node_modules/postcss-merge-rules"
]
],
"_from": "vendors@>=1.0.0 <2.0.0",
"_id": "vendors@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/vendors",
"_nodeVersion": "5.0.0",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/vendors-1.0.0.tgz_1456248394257_0.7191926662344486"
},
"_npmUser": {
"name": "wooorm",
"email": "tituswormer@gmail.com"
},
"_npmVersion": "3.3.6",
"_phantomChildren": {},
"_requested": {
"raw": "vendors@^1.0.0",
"scope": null,
"escapedName": "vendors",
"name": "vendors",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/postcss-merge-rules"
],
"_resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.0.tgz",
"_shasum": "fc10a2f067d77746f6bff297e2d80ae9290dadf3",
"_shrinkwrap": null,
"_spec": "vendors@^1.0.0",
"_where": "/Users/gaearon/p/create-react-app/node_modules/postcss-merge-rules",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
},
"bugs": {
"url": "https://github.com/wooorm/vendors/issues"
},
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "http://wooorm.com"
}
],
"dependencies": {},
"description": "List of vendor prefixes known to the web platform",
"devDependencies": {
"browserify": "^13.0.0",
"eslint": "^2.0.0",
"esmangle": "^1.0.1",
"istanbul": "^0.4.0",
"jscs": "^2.0.0",
"jscs-jsdoc": "^1.0.0",
"remark": "^4.0.0",
"remark-comment-config": "^3.0.0",
"remark-github": "^4.0.1",
"remark-lint": "^3.0.0",
"remark-usage": "^3.0.0",
"remark-validate-links": "^3.0.0",
"tape": "^4.4.0"
},
"directories": {},
"dist": {
"shasum": "fc10a2f067d77746f6bff297e2d80ae9290dadf3",
"tarball": "https://registry.npmjs.org/vendors/-/vendors-1.0.0.tgz"
},
"files": [
"index.js",
"index.json"
],
"gitHead": "f70dc3e79869826a1a838294869458c0c1e43bac",
"homepage": "https://github.com/wooorm/vendors#readme",
"keywords": [
"css",
"html",
"dom",
"web",
"platform",
"vendor",
"prefix",
"prefixes"
],
"license": "MIT",
"maintainers": [
{
"name": "wooorm",
"email": "tituswormer@gmail.com"
}
],
"name": "vendors",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/wooorm/vendors.git"
},
"scripts": {
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
"build-bundle": "browserify index.js --bare -s vendors > vendors.js",
"build-mangle": "esmangle vendors.js > vendors.min.js",
"build-md": "remark . --quiet --frail",
"lint": "npm run lint-api && npm run lint-style",
"lint-api": "eslint .",
"lint-style": "jscs --reporter inline .",
"test": "npm run build && npm run lint && npm run test-coverage",
"test-api": "node test.js",
"test-coverage": "istanbul cover test.js"
},
"version": "1.0.0"
}