mirror of
https://github.com/zhaoolee/ChineseBQB.git
synced 2026-01-13 16:05:52 +08:00
75 lines
1.6 KiB
JSON
75 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"object-assign@2.1.1",
|
|
"/Users/lijianzhao/github/ChineseBQB"
|
|
]
|
|
],
|
|
"_from": "object-assign@2.1.1",
|
|
"_id": "object-assign@2.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=",
|
|
"_location": "/object-assign",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "object-assign@2.1.1",
|
|
"name": "object-assign",
|
|
"escapedName": "object-assign",
|
|
"rawSpec": "2.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/hexo-generator-archive",
|
|
"/hexo-generator-category"
|
|
],
|
|
"_resolved": "http://registry.npm.taobao.org/object-assign/download/object-assign-2.1.1.tgz",
|
|
"_spec": "2.1.1",
|
|
"_where": "/Users/lijianzhao/github/ChineseBQB",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "http://sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/object-assign/issues"
|
|
},
|
|
"description": "ES6 Object.assign() ponyfill",
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/object-assign#readme",
|
|
"keywords": [
|
|
"object",
|
|
"assign",
|
|
"extend",
|
|
"properties",
|
|
"es6",
|
|
"ecmascript",
|
|
"harmony",
|
|
"ponyfill",
|
|
"prollyfill",
|
|
"polyfill",
|
|
"shim",
|
|
"browser"
|
|
],
|
|
"license": "MIT",
|
|
"name": "object-assign",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/object-assign.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "2.1.1"
|
|
}
|