react-ionicons
Version:
A React SVG ionicon component
84 lines (83 loc) • 2.13 kB
JSON
{
"_from": "jstransform@11",
"_id": "jstransform@11.0.3",
"_inBundle": false,
"_integrity": "sha1-CaeJk+CuTU70SH9hVakfYZDLQiM=",
"_location": "/jstransform",
"_phantomChildren": {
"amdefine": "1.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "jstransform@11",
"name": "jstransform",
"escapedName": "jstransform",
"rawSpec": "11",
"saveSpec": null,
"fetchSpec": "11"
},
"_requiredBy": [
"/jsx-loader"
],
"_resolved": "https://registry.npmjs.org/jstransform/-/jstransform-11.0.3.tgz",
"_shasum": "09a78993e0ae4d4ef4487f6155a91f6190cb4223",
"_spec": "jstransform@11",
"_where": "/Users/zam/projects/react-ionicons/docs/node_modules/jsx-loader",
"bin": {
"jstransform": "bin/jstransform"
},
"bugs": {
"url": "https://github.com/facebook/jstransform/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jeff Morrison",
"email": "jeffmo@fb.com"
}
],
"dependencies": {
"base62": "^1.1.0",
"commoner": "^0.10.1",
"esprima-fb": "^15001.1.0-dev-harmony-fb",
"object-assign": "^2.0.0",
"source-map": "^0.4.2"
},
"deprecated": false,
"description": "A simple AST visitor-based JS transformer",
"devDependencies": {
"jest-cli": "^0.4.0",
"jshint": "^2.6.3"
},
"engines": {
"node": ">=0.8.8"
},
"homepage": "https://github.com/facebook/jstransform#readme",
"jest": {
"scriptPreprocessor": "<rootDir>/jestPreprocessor.js",
"setupEnvScriptFile": "<rootDir>/jestEnvironment.js",
"testPathIgnorePatterns": [
"/node_modules/",
"/__tests__/[^/]*/.+"
]
},
"keywords": [
"transformer",
"compiler",
"syntax",
"visitor"
],
"license": "BSD-3-Clause",
"main": "src/jstransform",
"name": "jstransform",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/facebook/jstransform.git"
},
"scripts": {
"prepublish": "jest && jshint --config=.jshintrc --exclude=node_modules .",
"test": "jest && jshint --config=.jshintrc --exclude=node_modules ."
},
"version": "11.0.3"
}