123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "_from": "es3ify@^0.1.3",
- "_id": "es3ify@0.1.4",
- "_inBundle": false,
- "_integrity": "sha1-rZ+l3xrjTz8x4SEbWBiy1RB439E=",
- "_location": "/es3ify",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "es3ify@^0.1.3",
- "name": "es3ify",
- "escapedName": "es3ify",
- "rawSpec": "^0.1.3",
- "saveSpec": null,
- "fetchSpec": "^0.1.3"
- },
- "_requiredBy": [
- "/lie"
- ],
- "_resolved": "https://registry.npmjs.org/es3ify/-/es3ify-0.1.4.tgz",
- "_shasum": "ad9fa5df1ae34f3f31e1211b5818b2d51078dfd1",
- "_spec": "es3ify@^0.1.3",
- "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/lie",
- "author": {
- "name": "Ben Alpert",
- "email": "ben@benalpert.com",
- "url": "http://benalpert.com"
- },
- "bugs": {
- "url": "https://github.com/spicyj/es3ify/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "esprima-fb": "~3001.0001.0000-dev-harmony-fb",
- "jstransform": "~3.0.0",
- "through": "~2.3.4"
- },
- "deprecated": false,
- "description": "Browserify transform to convert ES5 syntax to be ES3-compatible.",
- "devDependencies": {
- "jasmine-node": "~1.13.1"
- },
- "homepage": "https://github.com/spicyj/es3ify",
- "license": "MIT",
- "main": "index.js",
- "name": "es3ify",
- "repository": {
- "type": "git",
- "url": "git://github.com/spicyj/es3ify.git"
- },
- "scripts": {
- "test": "jasmine-node spec"
- },
- "version": "0.1.4"
- }
|