1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "_from": "es6-templates@^0.2.3",
- "_id": "es6-templates@0.2.3",
- "_inBundle": false,
- "_integrity": "sha1-XLmsn7He1usSOTQrgdeSu7QHjuQ=",
- "_location": "/es6-templates",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "es6-templates@^0.2.3",
- "name": "es6-templates",
- "escapedName": "es6-templates",
- "rawSpec": "^0.2.3",
- "saveSpec": null,
- "fetchSpec": "^0.2.3"
- },
- "_requiredBy": [
- "/html-loader"
- ],
- "_resolved": "https://registry.npmjs.org/es6-templates/-/es6-templates-0.2.3.tgz",
- "_shasum": "5cb9ac9fb1ded6eb1239342b81d792bbb4078ee4",
- "_spec": "es6-templates@^0.2.3",
- "_where": "/var/www/html/mdch.sipadu/node_modules/html-loader",
- "author": {
- "name": "Square, Inc."
- },
- "bugs": {
- "url": "https://github.com/esnext/es6-templates/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "recast": "~0.11.12",
- "through": "~2.3.6"
- },
- "deprecated": false,
- "description": "ES6 template strings compiled to ES5.",
- "devDependencies": {
- "example-runner": "~0.2.0"
- },
- "directories": {
- "test": "test"
- },
- "homepage": "https://github.com/esnext/es6-templates#readme",
- "license": "Apache 2",
- "main": "lib/index.js",
- "name": "es6-templates",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/esnext/es6-templates.git"
- },
- "scripts": {
- "test": "node test/runner.js"
- },
- "version": "0.2.3"
- }
|