Mario Romano 29df96a085 react app
2016-04-06 17:52:19 +01:00

105 lines
2.3 KiB
JSON

{
"_args": [
[
"object-assign@^4.0.0",
"/Users/mromano/dev/react-sfs/node_modules/babelify"
]
],
"_from": "object-assign@>=4.0.0 <5.0.0",
"_id": "object-assign@4.0.1",
"_inCache": true,
"_installable": true,
"_location": "/object-assign",
"_nodeVersion": "3.0.0",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.13.3",
"_phantomChildren": {},
"_requested": {
"name": "object-assign",
"raw": "object-assign@^4.0.0",
"rawSpec": "^4.0.0",
"scope": null,
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/babelify"
],
"_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz",
"_shasum": "99504456c3598b5cad4fc59c26e8a9bb107fe0bd",
"_shrinkwrap": null,
"_spec": "object-assign@^4.0.0",
"_where": "/Users/mromano/dev/react-sfs/node_modules/babelify",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "http://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/object-assign/issues"
},
"dependencies": {},
"description": "ES6 Object.assign() ponyfill",
"devDependencies": {
"lodash": "^3.10.1",
"matcha": "^0.6.0",
"mocha": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "99504456c3598b5cad4fc59c26e8a9bb107fe0bd",
"tarball": "https://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "b0c40d37cbc43e89ad3326a9bad4c6b3133ba6d3",
"homepage": "https://github.com/sindresorhus/object-assign#readme",
"keywords": [
"object",
"assign",
"extend",
"properties",
"es6",
"ecmascript",
"harmony",
"ponyfill",
"prollyfill",
"polyfill",
"shim",
"browser"
],
"license": "MIT",
"maintainers": [
{
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
}
],
"name": "object-assign",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/object-assign.git"
},
"scripts": {
"bench": "matcha bench.js",
"test": "xo && mocha"
},
"version": "4.0.1",
"xo": {
"envs": [
"node",
"mocha"
]
}
}