This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
mightyscape-1.1-deprecated/extensions/fablabchemnitz/papercraft/openjscad/node_modules/@most/prelude/package.json

85 lines
2.4 KiB
JSON

{
"_from": "@most/prelude@^1.4.0",
"_id": "@most/prelude@1.7.3",
"_inBundle": false,
"_integrity": "sha512-qWWEnA22UP1lzFfKx75XMut6DUUXGRKe7qv2k+Bgs7ju8lwb5RjsZYyQZ+VcsYvHcIavHKzseLlBMLOe2CvUZw==",
"_location": "/@most/prelude",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@most/prelude@^1.4.0",
"name": "@most/prelude",
"escapedName": "@most%2fprelude",
"scope": "@most",
"rawSpec": "^1.4.0",
"saveSpec": null,
"fetchSpec": "^1.4.0"
},
"_requiredBy": [
"/@most/multicast",
"/most"
],
"_resolved": "https://registry.npmjs.org/@most/prelude/-/prelude-1.7.3.tgz",
"_shasum": "51db3f3ba3ed65431b6eea89ecb0a31826af640c",
"_spec": "@most/prelude@^1.4.0",
"_where": "C:\\Users\\tomate\\node_modules\\most",
"author": {
"name": "Brian Cavalier",
"email": "brian@hovercraftstudios.com",
"url": "github.com/briancavalier"
},
"bugs": {
"url": "https://github.com/mostjs/prelude/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "prelude",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-annotate-pure-calls": "^0.2.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"cpy-cli": "^2.0.0",
"cross-env": "^5.2.0",
"flow-bin": "^0.101.0",
"mocha": "^5.2.0",
"nyc": "^14.1.1",
"rollup": "^0.50.0",
"snazzy": "^8.0.0",
"standard": "^12.0.1"
},
"files": [
"dist",
"type-definitions"
],
"homepage": "https://github.com/mostjs/prelude#readme",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.es.js",
"name": "@most/prelude",
"repository": {
"type": "git",
"url": "git+https://github.com/mostjs/prelude.git"
},
"scripts": {
"build": "npm run build:dist && npm run build:flow",
"build:dist": "rollup -c",
"build:flow": "cpy src/index.js.flow dist",
"prepare": "npm run build",
"test": "npm run test:lint && npm run test:unit && npm run test:flow",
"test:flow": "flow check",
"test:lint": "standard --fix 'src/**/*.js' 'test/**/*.js' --verbose | snazzy",
"test:unit": "cross-env NODE_ENV=test nyc --reporter=text-summary mocha -r babel-register --reporter dot"
},
"standard": {
"ignore": [
"test/perf",
"test/flow"
]
},
"typings": "type-definitions/index.d.ts",
"version": "1.7.3"
}