react-scripts
Version:
Configuration and scripts for Create React App.
86 lines (85 loc) • 1.98 kB
JSON
{
"_args": [
[
"bser@^1.0.2",
"/Users/dan/p/create-react-app/node_modules/fb-watchman"
]
],
"_from": "bser@>=1.0.2 <2.0.0",
"_id": "bser@1.0.2",
"_inCache": true,
"_installable": true,
"_location": "/bser",
"_nodeVersion": "0.12.4",
"_npmUser": {
"email": "wez@wezfurlong.org",
"name": "wez"
},
"_npmVersion": "2.10.1",
"_phantomChildren": {},
"_requested": {
"name": "bser",
"raw": "bser@^1.0.2",
"rawSpec": "^1.0.2",
"scope": null,
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/fb-watchman"
],
"_resolved": "https://registry.npmjs.org/bser/-/bser-1.0.2.tgz",
"_shasum": "381116970b2a6deea5646dd15dd7278444b56169",
"_shrinkwrap": null,
"_spec": "bser@^1.0.2",
"_where": "/Users/dan/p/create-react-app/node_modules/fb-watchman",
"author": {
"email": "wez@fb.com",
"name": "Wez Furlong",
"url": "http://wezfurlong.org"
},
"bugs": {
"url": "https://github.com/facebook/watchman/issues"
},
"dependencies": {
"node-int64": "^0.4.0"
},
"description": "JavaScript implementation of the BSER Binary Serialization",
"devDependencies": {},
"directories": {
"test": "test"
},
"dist": {
"shasum": "381116970b2a6deea5646dd15dd7278444b56169",
"tarball": "https://registry.npmjs.org/bser/-/bser-1.0.2.tgz"
},
"homepage": "https://facebook.github.io/watchman/docs/bser.html",
"keywords": [
"binary",
"bser",
"protocol"
],
"license": "Apache-2.0",
"main": "index.js",
"maintainers": [
{
"name": "amasad",
"email": "amjad.masad@gmail.com"
},
{
"name": "wez",
"email": "wez@wezfurlong.org"
}
],
"name": "bser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/watchman.git"
},
"scripts": {
"test": "node test/bser.js"
},
"version": "1.0.2"
}