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.

74 lines
2.1 KiB

{
"_from": "uarray@^1.0.0",
"_id": "uarray@1.0.0",
"_inBundle": false,
"_integrity": "sha512-LHmiAd5QuAv7pU2vbh+Zq9YOnqVK0H764p2Ozinpfy9ka58OID4IsGLiXsitqH7n0NAIDxvax1A/kDXpii/Ckg==",
"_location": "/uarray",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "uarray@^1.0.0",
"name": "uarray",
"escapedName": "uarray",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/domdiff"
],
"_resolved": "https://registry.npmjs.org/uarray/-/uarray-1.0.0.tgz",
"_shasum": "e89bf0ea2129596f4bf653b66e53246ed6562b6c",
"_spec": "uarray@^1.0.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/domdiff",
"author": {
"name": "Andrea Giammarchi"
},
"bugs": {
"url": "https://github.com/WebReflection/uarray/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Just most common borrowed method from Array",
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"ascjs": "^3.1.2",
"rollup": "^2.0.5",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.3.0",
"uglify-js": "^3.8.0"
},
"exports": {
"import": "./esm/index.js",
"default": "./cjs/index.js"
},
"homepage": "https://github.com/WebReflection/uarray#readme",
"keywords": [
"isArray",
"slice",
"indexOf"
],
"license": "ISC",
"main": "./cjs/index.js",
"module": "./esm/index.js",
"name": "uarray",
"repository": {
"type": "git",
"url": "git+https://github.com/WebReflection/uarray.git"
},
"scripts": {
"build": "npm run cjs && npm run rollup:es && npm run rollup:babel && npm run min && npm run test",
"cjs": "ascjs esm cjs",
"min": "uglifyjs index.js --support-ie8 --comments=/^!/ -c -m -o min.js",
"rollup:babel": "rollup --config rollup/babel.config.js",
"rollup:es": "rollup --config rollup/es.config.js",
"test": "node test/index.js"
},
"type": "module",
"unpkg": "min.js",
"version": "1.0.0"
}