63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"es-array-method-boxes-properly@1.0.0",
|
|
"D:\\林谷智能项目\\yanchengPowerSupply"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "es-array-method-boxes-properly@1.0.0",
|
|
"_id": "es-array-method-boxes-properly@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==",
|
|
"_location": "/es-array-method-boxes-properly",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "es-array-method-boxes-properly@1.0.0",
|
|
"name": "es-array-method-boxes-properly",
|
|
"escapedName": "es-array-method-boxes-properly",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/array.prototype.reduce"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "D:\\林谷智能项目\\yanchengPowerSupply",
|
|
"author": {
|
|
"name": "Jordan Harband",
|
|
"email": "ljharb@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ljharb/es-array-method-boxes-properly/issues"
|
|
},
|
|
"description": "Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument.",
|
|
"devDependencies": {
|
|
"@ljharb/eslint-config": "^14.1.0",
|
|
"eslint": "^6.4.0",
|
|
"safe-publish-latest": "^1.1.3",
|
|
"tape": "^4.11.0"
|
|
},
|
|
"homepage": "https://github.com/ljharb/es-array-method-boxes-properly#readme",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "es-array-method-boxes-properly",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ljharb/es-array-method-boxes-properly.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"posttest": "npx aud",
|
|
"prepublish": "safe-publish-latest",
|
|
"pretest": "npm run lint",
|
|
"test": "npm run tests-only",
|
|
"tests-only": "node test"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|