123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- {
- "_args": [
- [
- {
- "raw": "jspm-config@^0.3.0",
- "scope": null,
- "escapedName": "jspm-config",
- "name": "jspm-config",
- "rawSpec": "^0.3.0",
- "spec": ">=0.3.0 <0.4.0",
- "type": "range"
- },
- "/home/robert/workspace/xmlrpc/node_modules/typings-core"
- ]
- ],
- "_from": "jspm-config@>=0.3.0 <0.4.0",
- "_id": "jspm-config@0.3.4",
- "_inCache": true,
- "_location": "/jspm-config",
- "_nodeVersion": "7.3.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/jspm-config-0.3.4.tgz_1484376720861_0.060089302714914083"
- },
- "_npmUser": {
- "name": "unional",
- "email": "homawong@gmail.com"
- },
- "_npmVersion": "3.10.10",
- "_phantomChildren": {},
- "_requested": {
- "raw": "jspm-config@^0.3.0",
- "scope": null,
- "escapedName": "jspm-config",
- "name": "jspm-config",
- "rawSpec": "^0.3.0",
- "spec": ">=0.3.0 <0.4.0",
- "type": "range"
- },
- "_requiredBy": [
- "/typings-core"
- ],
- "_resolved": "https://registry.npmjs.org/jspm-config/-/jspm-config-0.3.4.tgz",
- "_shasum": "44c26902e4ae8ece2366cedc9ff16b10a5f391c6",
- "_shrinkwrap": null,
- "_spec": "jspm-config@^0.3.0",
- "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
- "author": {
- "name": "Homa Wong",
- "email": "homawong@gmail.com"
- },
- "ava": {
- "files": [
- "dist-spec/**/*.spec.js"
- ],
- "source": [
- "scripts/*.js",
- "dist-spec/**/*.js",
- "*.json"
- ],
- "require": [
- "./scripts/setup-browser-env.js",
- "./scripts/setup-test-env.js"
- ]
- },
- "bugs": {
- "url": "https://github.com/unional/jspm-config/issues"
- },
- "dependencies": {
- "any-promise": "^1.3.0",
- "graceful-fs": "^4.1.4",
- "make-error-cause": "^1.2.1",
- "object.pick": "^1.1.2",
- "parse-json": "^2.2.0",
- "strip-bom": "^3.0.0",
- "thenify": "^3.2.0",
- "throat": "^3.0.0",
- "xtend": "^4.0.1"
- },
- "description": "Read jspm config and such",
- "devDependencies": {
- "@types/graceful-fs": "^2.0.29",
- "@types/node": "^7.0.0",
- "@types/strip-bom": "^3.0.0",
- "@types/xtend": "^4.0.2",
- "aurelia-logging": "^1.2.0",
- "aurelia-logging-color": "^0.4.10",
- "aurelia-polyfills": "^1.1.1",
- "ava": "^0.17.0",
- "ava-fixture": "^0.7.0",
- "browser-env": "^2.0.19",
- "core-js": "^2.4.1",
- "dependency-check": "^2.7.0",
- "eslint": "^3.13.1",
- "eslint-config-unional": "^0.2.3",
- "jspm": "^0.17.0-beta.32",
- "nyc": "^10.0.0",
- "param-case": "^2.1.0",
- "pascal-case": "^2.0.0",
- "rimraf": "^2.5.4",
- "rollup": "^0.41.3",
- "rollup-plugin-commonjs": "^7.0.0",
- "rollup-plugin-node-builtins": "^2.0.0",
- "rollup-plugin-node-globals": "^1.1.0",
- "rollup-plugin-node-resolve": "^2.0.0",
- "rollup-plugin-sourcemaps": "^0.4.1",
- "rollup-plugin-uglify": "^1.0.1",
- "source-map-loader": "^0.1.6",
- "tslint": "^4.3.1",
- "tslint-config-unional": "^0.6.0",
- "typescript": "^2.1.5",
- "typings": "^2.1.0",
- "uglify-js": "github:mishoo/UglifyJS2#harmony",
- "webpack": "^2.2.0-rc.4"
- },
- "directories": {},
- "dist": {
- "shasum": "44c26902e4ae8ece2366cedc9ff16b10a5f391c6",
- "tarball": "https://registry.npmjs.org/jspm-config/-/jspm-config-0.3.4.tgz"
- },
- "files": [
- "dist",
- "typings.json"
- ],
- "gitHead": "5a55872a6cc15a2dfda572b29d1183020502fb69",
- "homepage": "https://github.com/unional/jspm-config",
- "keywords": [
- "jspm",
- "systemjs"
- ],
- "license": "MIT",
- "main": "dist/es5/index.js",
- "maintainers": [
- {
- "name": "unional",
- "email": "homawong@gmail.com"
- }
- ],
- "module": "dist/es2015/index.js",
- "name": "jspm-config",
- "nyc": {
- "exclude": [
- "scripts",
- "**/*.spec.*",
- "**/fixtures/**/*"
- ]
- },
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/unional/jspm-config.git"
- },
- "scripts": {
- "build": "npm run clean && npm run build-es5",
- "build-es2015": "tsc -p tsconfig.es2015.json",
- "build-es5": "tsc -p tsconfig.es5.json",
- "bundle": "npm run bundle-rollup && npm run bundle-webpack",
- "bundle-rollup": "rollup --config rollup.config.es2015.js",
- "bundle-webpack": "webpack --config webpack.config.es5.js",
- "clean": "rimraf dist",
- "coverage": "nyc --check-coverage --branches 80 --functions 85 --lines 85 npm test",
- "coveralls": "nyc report --reporter=text-lcov | coveralls",
- "demo": "node scripts/demo.js",
- "dependency-check": "dependency-check . --unused --no-dev && dependency-check . --missing --no-dev",
- "lint": "tslint \"src/**/*.ts\"",
- "postpublish": "git push",
- "prepare": "typings install && npm run build",
- "preversion": "git pull && npm run verify",
- "test": "rimraf dist-spec && tsc && ava",
- "verify": "npm run lint && npm run coverage && npm run build && npm run dependency-check",
- "watch": "npm run clean && node scripts/watch.js"
- },
- "typings": "dist/es5/index.d.ts",
- "version": "0.3.4"
- }
|