react-scripts
Version:
Configuration and scripts for Create React App.
139 lines (138 loc) • 3.36 kB
JSON
{
"_args": [
[
"vendors@^1.0.0",
"/Users/dan/p/create-react-app/node_modules/postcss-merge-rules"
]
],
"_from": "vendors@>=1.0.0 <2.0.0",
"_id": "vendors@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/vendors",
"_nodeVersion": "5.0.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/vendors-1.0.1.tgz_1470912119751_0.35504436073824763"
},
"_npmUser": {
"email": "tituswormer@gmail.com",
"name": "wooorm"
},
"_npmVersion": "3.3.6",
"_phantomChildren": {},
"_requested": {
"name": "vendors",
"raw": "vendors@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/postcss-merge-rules"
],
"_resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.1.tgz",
"_shasum": "37ad73c8ee417fb3d580e785312307d274847f22",
"_shrinkwrap": null,
"_spec": "vendors@^1.0.0",
"_where": "/Users/dan/p/create-react-app/node_modules/postcss-merge-rules",
"author": {
"email": "tituswormer@gmail.com",
"name": "Titus Wormer",
"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",
"esmangle": "^1.0.0",
"remark-cli": "^1.0.0",
"remark-comment-config": "^4.0.0",
"remark-github": "^5.0.0",
"remark-lint": "^4.0.0",
"remark-validate-links": "^4.0.0",
"tape": "^4.4.0",
"xo": "^0.16.0"
},
"directories": {},
"dist": {
"shasum": "37ad73c8ee417fb3d580e785312307d274847f22",
"tarball": "https://registry.npmjs.org/vendors/-/vendors-1.0.1.tgz"
},
"engines": {
"node": ">=0.11.0"
},
"files": [
"index.json"
],
"gitHead": "8ddd47c637a8ec16ffaa47c8c854e95518d1825f",
"homepage": "https://github.com/wooorm/vendors#readme",
"keywords": [
"css",
"dom",
"html",
"platform",
"prefix",
"prefixes",
"vendor",
"web"
],
"license": "MIT",
"main": "index.json",
"maintainers": [
{
"name": "wooorm",
"email": "tituswormer@gmail.com"
}
],
"name": "vendors",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"remarkConfig": {
"output": true,
"plugins": {
"comment-config": null,
"github": null,
"lint": {
"no-html": false
},
"validate-links": null
},
"settings": {
"bullet": "*"
}
},
"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.json -s vendors > vendors.js",
"build-mangle": "esmangle vendors.js > vendors.min.js",
"build-md": "remark . --quiet --frail",
"lint": "xo",
"test": "npm run build && npm run lint && npm run test-api",
"test-api": "node test"
},
"version": "1.0.1",
"xo": {
"ignores": [
"vendors.js",
"vendors.min.js"
],
"rules": {},
"space": true
}
}