You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

107 lines
2.4 KiB

{
"_args": [
[
"object-assign@^4.0.1",
"/Users/trott/io.js/tools/node_modules/esrecurse"
]
],
"_from": "object-assign@>=4.0.1 <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.1",
"rawSpec": "^4.0.1",
"scope": null,
"spec": ">=4.0.1 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/del",
"/esrecurse",
"/file-entry-cache",
"/globby"
],
"_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.0.1.tgz",
"_shasum": "99504456c3598b5cad4fc59c26e8a9bb107fe0bd",
"_shrinkwrap": null,
"_spec": "object-assign@^4.0.1",
"_where": "/Users/trott/io.js/tools/node_modules/esrecurse",
"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"
]
}
}