99 lines
3.2 KiB
JSON
99 lines
3.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "fbjs-scripts@^0.8.1",
|
|
"scope": null,
|
|
"escapedName": "fbjs-scripts",
|
|
"name": "fbjs-scripts",
|
|
"rawSpec": "^0.8.1",
|
|
"spec": ">=0.8.1 <0.9.0",
|
|
"type": "range"
|
|
},
|
|
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/react-native"
|
|
]
|
|
],
|
|
"_from": "fbjs-scripts@>=0.8.1 <0.9.0",
|
|
"_id": "fbjs-scripts@0.8.1",
|
|
"_inCache": true,
|
|
"_location": "/fbjs-scripts",
|
|
"_nodeVersion": "8.1.4",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/fbjs-scripts-0.8.1.tgz_1500944118494_0.29824183182790875"
|
|
},
|
|
"_npmUser": {
|
|
"name": "mjesun",
|
|
"email": "mjesun@hotmail.com"
|
|
},
|
|
"_npmVersion": "5.0.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "fbjs-scripts@^0.8.1",
|
|
"scope": null,
|
|
"escapedName": "fbjs-scripts",
|
|
"name": "fbjs-scripts",
|
|
"rawSpec": "^0.8.1",
|
|
"spec": ">=0.8.1 <0.9.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-native"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fbjs-scripts/-/fbjs-scripts-0.8.1.tgz",
|
|
"_shasum": "c1c6efbecb7f008478468976b783880c2f669765",
|
|
"_shrinkwrap": null,
|
|
"_spec": "fbjs-scripts@^0.8.1",
|
|
"_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/react-native",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/fbjs/issues"
|
|
},
|
|
"dependencies": {
|
|
"babel-core": "^6.7.2",
|
|
"babel-preset-fbjs": "^2.1.2",
|
|
"core-js": "^2.4.1",
|
|
"cross-spawn": "^5.1.0",
|
|
"gulp-util": "^3.0.4",
|
|
"object-assign": "^4.0.1",
|
|
"semver": "^5.1.0",
|
|
"through2": "^2.0.0"
|
|
},
|
|
"description": "A bundle of helpful scripts used in projects consuming fbjs.",
|
|
"devDependencies": {},
|
|
"directories": {},
|
|
"dist": {
|
|
"integrity": "sha512-hTjqlua9YJupF8shbVRTq20xKPITnDmqBLBQyR9BttZYT+gxGeKboIzPC19T3Erp29Q0+jdMwjUiyTHR61q1Bw==",
|
|
"shasum": "c1c6efbecb7f008478468976b783880c2f669765",
|
|
"tarball": "https://registry.npmjs.org/fbjs-scripts/-/fbjs-scripts-0.8.1.tgz"
|
|
},
|
|
"homepage": "https://github.com/facebook/fbjs#readme",
|
|
"license": "BSD-3-Clause",
|
|
"maintainers": [
|
|
{
|
|
"name": "cpojer",
|
|
"email": "christoph.pojer@gmail.com"
|
|
},
|
|
{
|
|
"name": "fb",
|
|
"email": "opensource+npm@fb.com"
|
|
},
|
|
{
|
|
"name": "mjesun",
|
|
"email": "mjesun@hotmail.com"
|
|
},
|
|
{
|
|
"name": "zpao",
|
|
"email": "paul@oshannessy.com"
|
|
}
|
|
],
|
|
"name": "fbjs-scripts",
|
|
"optionalDependencies": {},
|
|
"readme": "# fbjs-scripts\n\nThis is a collection of tools and scripts intended to be used in conjunction with `fbjs`. Previously these were shipped as a part of `fbjs`.\n\n```js\n// before (fbjs@0.1.0)\nvar invariant = require('fbjs/lib/invariant');\nvar devExpression = require('fbjs/scripts/babel/dev-expression');\n\n// after (fbjs, fbjs-scripts@0.2.0)\nvar invariant = require('fbjs/lib/invariant');\nvar devExpression = require('fbjs-scripts/babel/dev-expression');\n```\n\n## Why?\n\nThis ensures that production code consuming `fbjs` library code does not need to install script dependencies, unless you explicitly use them via the `fbjs-scripts` package.\n",
|
|
"readmeFilename": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/fbjs.git"
|
|
},
|
|
"version": "0.8.1"
|
|
}
|