69 lines
1.6 KiB
JSON
Raw Normal View History

2021-02-11 21:31:41 +08:00
{
"_from": "to-factory@^1.0.0",
"_id": "to-factory@1.0.0",
"_inBundle": false,
"_integrity": "sha1-hzivi9lxIK0dQEeXKtpVY7+UebE=",
"_location": "/to-factory",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "to-factory@^1.0.0",
"name": "to-factory",
"escapedName": "to-factory",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/docsearch.js"
],
"_resolved": "https://registry.npm.taobao.org/to-factory/download/to-factory-1.0.0.tgz",
"_shasum": "8738af8bd97120ad1d4047972ada5563bf9479b1",
"_spec": "to-factory@^1.0.0",
"_where": "E:\\GreateCommunity\\node_modules\\docsearch.js",
"author": {
"name": "Tim Oxley",
"email": "secoif@gmail.com"
},
"bugs": {
"url": "https://github.com/timoxley/to-factory/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Convert classes into factory functions so they can be called with or without new.",
"devDependencies": {
"babel": "^5.1.13",
"tape": "^4.0.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/timoxley/to-factory#readme",
"keywords": [
"class",
"babel",
"es6",
"inheritance",
"new",
"function",
"functions",
"instance",
"inherit"
],
"license": "MIT",
"main": "to-factory.js",
"name": "to-factory",
"repository": {
"type": "git",
"url": "git+https://github.com/timoxley/to-factory.git"
},
"scripts": {
"clean": "make clean",
"prepublish": "make prepublish",
"test": "make test"
},
"version": "1.0.0"
}