source: imaps-frontend/node_modules/babel/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.4 KB
Line 
1{
2 "_from": "babel@6.23.0",
3 "_id": "babel@6.23.0",
4 "_inBundle": false,
5 "_integrity": "sha512-ZDcCaI8Vlct8PJ3DvmyqUz+5X2Ylz3ZuuItBe/74yXosk2dwyVo/aN7MCJ8HJzhnnJ+6yP4o+lDgG9MBe91DLA==",
6 "_location": "/babel",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "babel@6.23.0",
12 "name": "babel",
13 "escapedName": "babel",
14 "rawSpec": "6.23.0",
15 "saveSpec": null,
16 "fetchSpec": "6.23.0"
17 },
18 "_requiredBy": [
19 "/"
20 ],
21 "_resolved": "https://registry.npmjs.org/babel/-/babel-6.23.0.tgz",
22 "_shasum": "d0d1e7d803e974765beea3232d4e153c0efb90f4",
23 "_spec": "babel@6.23.0",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend",
25 "author": {
26 "name": "Sebastian McKenzie",
27 "email": "sebmck@gmail.com"
28 },
29 "bin": {
30 "babel": "lib/cli.js",
31 "babel-node": "lib/cli.js",
32 "babel-external-helpers": "lib/cli.js"
33 },
34 "bundleDependencies": false,
35 "deprecated": "In 6.x, the babel package has been deprecated in favor of babel-cli. Check https://opencollective.com/babel to support the Babel maintainers",
36 "description": "Turn ES6 code into readable vanilla ES5 with source maps",
37 "homepage": "https://babeljs.io/",
38 "license": "MIT",
39 "name": "babel",
40 "repository": {
41 "type": "git",
42 "url": "https://github.com/babel/babel/tree/master/packages/babel"
43 },
44 "version": "6.23.0"
45}
Note: See TracBrowser for help on using the repository browser.