package.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "jspm-config@^0.3.0",
  6. "scope": null,
  7. "escapedName": "jspm-config",
  8. "name": "jspm-config",
  9. "rawSpec": "^0.3.0",
  10. "spec": ">=0.3.0 <0.4.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/typings-core"
  14. ]
  15. ],
  16. "_from": "jspm-config@>=0.3.0 <0.4.0",
  17. "_id": "jspm-config@0.3.4",
  18. "_inCache": true,
  19. "_location": "/jspm-config",
  20. "_nodeVersion": "7.3.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/jspm-config-0.3.4.tgz_1484376720861_0.060089302714914083"
  24. },
  25. "_npmUser": {
  26. "name": "unional",
  27. "email": "homawong@gmail.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "jspm-config@^0.3.0",
  33. "scope": null,
  34. "escapedName": "jspm-config",
  35. "name": "jspm-config",
  36. "rawSpec": "^0.3.0",
  37. "spec": ">=0.3.0 <0.4.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/typings-core"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/jspm-config/-/jspm-config-0.3.4.tgz",
  44. "_shasum": "44c26902e4ae8ece2366cedc9ff16b10a5f391c6",
  45. "_shrinkwrap": null,
  46. "_spec": "jspm-config@^0.3.0",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
  48. "author": {
  49. "name": "Homa Wong",
  50. "email": "homawong@gmail.com"
  51. },
  52. "ava": {
  53. "files": [
  54. "dist-spec/**/*.spec.js"
  55. ],
  56. "source": [
  57. "scripts/*.js",
  58. "dist-spec/**/*.js",
  59. "*.json"
  60. ],
  61. "require": [
  62. "./scripts/setup-browser-env.js",
  63. "./scripts/setup-test-env.js"
  64. ]
  65. },
  66. "bugs": {
  67. "url": "https://github.com/unional/jspm-config/issues"
  68. },
  69. "dependencies": {
  70. "any-promise": "^1.3.0",
  71. "graceful-fs": "^4.1.4",
  72. "make-error-cause": "^1.2.1",
  73. "object.pick": "^1.1.2",
  74. "parse-json": "^2.2.0",
  75. "strip-bom": "^3.0.0",
  76. "thenify": "^3.2.0",
  77. "throat": "^3.0.0",
  78. "xtend": "^4.0.1"
  79. },
  80. "description": "Read jspm config and such",
  81. "devDependencies": {
  82. "@types/graceful-fs": "^2.0.29",
  83. "@types/node": "^7.0.0",
  84. "@types/strip-bom": "^3.0.0",
  85. "@types/xtend": "^4.0.2",
  86. "aurelia-logging": "^1.2.0",
  87. "aurelia-logging-color": "^0.4.10",
  88. "aurelia-polyfills": "^1.1.1",
  89. "ava": "^0.17.0",
  90. "ava-fixture": "^0.7.0",
  91. "browser-env": "^2.0.19",
  92. "core-js": "^2.4.1",
  93. "dependency-check": "^2.7.0",
  94. "eslint": "^3.13.1",
  95. "eslint-config-unional": "^0.2.3",
  96. "jspm": "^0.17.0-beta.32",
  97. "nyc": "^10.0.0",
  98. "param-case": "^2.1.0",
  99. "pascal-case": "^2.0.0",
  100. "rimraf": "^2.5.4",
  101. "rollup": "^0.41.3",
  102. "rollup-plugin-commonjs": "^7.0.0",
  103. "rollup-plugin-node-builtins": "^2.0.0",
  104. "rollup-plugin-node-globals": "^1.1.0",
  105. "rollup-plugin-node-resolve": "^2.0.0",
  106. "rollup-plugin-sourcemaps": "^0.4.1",
  107. "rollup-plugin-uglify": "^1.0.1",
  108. "source-map-loader": "^0.1.6",
  109. "tslint": "^4.3.1",
  110. "tslint-config-unional": "^0.6.0",
  111. "typescript": "^2.1.5",
  112. "typings": "^2.1.0",
  113. "uglify-js": "github:mishoo/UglifyJS2#harmony",
  114. "webpack": "^2.2.0-rc.4"
  115. },
  116. "directories": {},
  117. "dist": {
  118. "shasum": "44c26902e4ae8ece2366cedc9ff16b10a5f391c6",
  119. "tarball": "https://registry.npmjs.org/jspm-config/-/jspm-config-0.3.4.tgz"
  120. },
  121. "files": [
  122. "dist",
  123. "typings.json"
  124. ],
  125. "gitHead": "5a55872a6cc15a2dfda572b29d1183020502fb69",
  126. "homepage": "https://github.com/unional/jspm-config",
  127. "keywords": [
  128. "jspm",
  129. "systemjs"
  130. ],
  131. "license": "MIT",
  132. "main": "dist/es5/index.js",
  133. "maintainers": [
  134. {
  135. "name": "unional",
  136. "email": "homawong@gmail.com"
  137. }
  138. ],
  139. "module": "dist/es2015/index.js",
  140. "name": "jspm-config",
  141. "nyc": {
  142. "exclude": [
  143. "scripts",
  144. "**/*.spec.*",
  145. "**/fixtures/**/*"
  146. ]
  147. },
  148. "optionalDependencies": {},
  149. "readme": "ERROR: No README data found!",
  150. "repository": {
  151. "type": "git",
  152. "url": "git://github.com/unional/jspm-config.git"
  153. },
  154. "scripts": {
  155. "build": "npm run clean && npm run build-es5",
  156. "build-es2015": "tsc -p tsconfig.es2015.json",
  157. "build-es5": "tsc -p tsconfig.es5.json",
  158. "bundle": "npm run bundle-rollup && npm run bundle-webpack",
  159. "bundle-rollup": "rollup --config rollup.config.es2015.js",
  160. "bundle-webpack": "webpack --config webpack.config.es5.js",
  161. "clean": "rimraf dist",
  162. "coverage": "nyc --check-coverage --branches 80 --functions 85 --lines 85 npm test",
  163. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  164. "demo": "node scripts/demo.js",
  165. "dependency-check": "dependency-check . --unused --no-dev && dependency-check . --missing --no-dev",
  166. "lint": "tslint \"src/**/*.ts\"",
  167. "postpublish": "git push",
  168. "prepare": "typings install && npm run build",
  169. "preversion": "git pull && npm run verify",
  170. "test": "rimraf dist-spec && tsc && ava",
  171. "verify": "npm run lint && npm run coverage && npm run build && npm run dependency-check",
  172. "watch": "npm run clean && node scripts/watch.js"
  173. },
  174. "typings": "dist/es5/index.d.ts",
  175. "version": "0.3.4"
  176. }